Skip to content

Conversation

@akronim26
Copy link
Contributor

Summary

Added tests for ERC20Bridgeable libs and facets.

Changes Made

Added tests and harnesses for ERC20Bridgeable libs and facets

Checklist

Before submitting this PR, please ensure:

  • Code follows the Solidity feature ban - No inheritance, constructors, modifiers, public/private variables, external library functions, using for directives, or selfdestruct

  • Code follows Design Principles - Readable, uses diamond storage, favors composition over inheritance

  • Code matches the codebase style - Consistent formatting, documentation, and patterns (e.g. ERC20Facet.sol)

  • Code is formatted with forge fmt

  • Existing tests pass - Run tests to be sure existing tests pass.

  • New tests are optional - If you don't provide tests for new functionality or changes then please create a new issue so this can be assigned to someone.

  • All tests pass - Run forge test and ensure everything works

  • Documentation updated - If applicable, update relevant documentation

Make sure to follow the contributing guidelines.

Additional Notes

@netlify
Copy link

netlify bot commented Nov 28, 2025

👷 Deploy request for compose-diamonds pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 676441e

@github-actions
Copy link

github-actions bot commented Nov 28, 2025

Coverage Report

Coverage

Metric Coverage Details
Lines 88% 2024/2291 lines
Functions 90% 386/427 functions
Branches 76% 287/377 branches

Last updated: Fri, 28 Nov 2025 17:12:26 GMT for commit 676441e

@github-actions
Copy link

github-actions bot commented Nov 28, 2025

Gas Report

No gas usage changes detected between main and tests/ERC20Bridgeable.

All functions maintain the same gas costs. ✅

Last updated: Fri, 28 Nov 2025 17:13:14 GMT for commit 676441e

@mudgen
Copy link
Contributor

mudgen commented Nov 30, 2025

@akronim26, good job, thank you!

@mudgen mudgen merged commit 6c104cc into Perfect-Abstractions:main Nov 30, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants